home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Freeware 1999 August
/
SGI Freeware 1999 August.iso
/
dist
/
fw_apache.idb
/
usr
/
freeware
/
apache
/
include
/
httpd
/
compat.h.z
/
compat.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-07-16
|
177 b
|
10 lines
/*
* compat.h -- backward compatibility header for ap_compat.h
*/
#ifdef __GNUC__
#warning "This header is obsolete, use ap_compat.h instead"
#endif
#include "ap_compat.h"